home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000093_jaltman2@nyc.rr.com_Tue May 20 12:43:02 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  73 lines

  1. Article: 14313 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!ken-transit.news.telstra.net!news.telstra.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit/SSL-TLS : connection refused
  9. References: <c30aaa81.0305190714.f336f03@posting.google.com> <baatg9$fs7$1@watsol.cc.columbia.edu> <c30aaa81.0305200830.43f36783@posting.google.com>
  10. In-Reply-To: <c30aaa81.0305200830.43f36783@posting.google.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 50
  14. Message-ID: <fNsya.23462$4_1.4655662@twister.nyc.rr.com>
  15. Date: Tue, 20 May 2003 16:33:15 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1053448395 66.108.138.151 (Tue, 20 May 2003 12:33:15 EDT)
  19. NNTP-Posting-Date: Tue, 20 May 2003 12:33:15 EDT
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14313
  22.  
  23. Simple:
  24.  
  25. Your socks server does not permit outbound connections to port 990  OR
  26. the host is not running their FTP server on port 990.
  27.  
  28.  
  29.  
  30. Eric wrote:
  31. >>: Now I try to connect to SSL/TLS FTP server, but I always have a (very
  32. >>: quick) connection refused message.
  33. >>: 
  34. >>: I try to put verbose on, but I did not have any message.
  35. >>: When I try to connect to "normal" site, I have verbose message.
  36. >>: 
  37. >>: Do you have some ideas ? 
  38. >>: 
  39. >>See:
  40. >>
  41. >>  http://www.columbia.edu/kermit/k95faq.html#ftp
  42. > Finally, I can create a debug.log file.
  43. > Here is a part of the traces doing a ftp open xx.xx.xx.xx 990 or ftp
  44. > open /TLS xx.xx.xx.xx :
  45. > 18:06:26.600 ftp hookup A[xx.xx.xx.xx]
  46. > 18:06:26.601 ftp hookup C[xx.xx.xx.xx]
  47. > 18:06:26.601 ftp hookup socket=4
  48. > 18:06:26.601 ftp hookup HADDRLIST
  49. > 18:06:26.603 ftp hookup connect failed=239
  50. > 18:06:26.603 ftp hookup bad
  51. > ftp openftp D ftpopen success[xx.xx.xx.xx]=0
  52. > ftp openftp D ftpopen connected[xx.xx.xx.xx]=0
  53. > If I try to connect to standard port (they also have an unsecure ftp
  54. > server), I have (ftp open xx.xx.xx.xx) :
  55. > 18:25:51.358 ftp hookup A[xx.xx.xx.xx]
  56. > 18:25:51.359 ftp hookup C[xx.xx.xx.xx]
  57. > 18:25:51.359 ftp hookup socket=4
  58. > 18:25:51.360 ftp hookup HADDRLIST
  59. > 18:25:51.407 ftp hookup connect ok
  60. > 18:25:51.408 ftp hookup getsockname ok
  61. > 18:25:51.408 ftp getreply lcs=-1
  62. > 18:25:51.409 ftp getreply rcs=46
  63. > 18:25:51.409 ftp getreply fc=0
  64. > 18:25:51.467 FTP RCVD [220 Serv-U FTP Server v4.0 for WinSock
  65. > ready...]
  66. > If you have some idea, do not hesitate ! 
  67. > Thanks in advance,
  68. > Eric.
  69.  
  70.